Intro
Easily generate random words!
Generate unique words based on standard dictionaries or provide your own 🎉
This package is a wrapper for the unique-names-generator package from npm. Please refer to the official docs for in-depth documentation.
Demo
Here's a random word :)
...
Here's a random word based on the listed words
Actions
uniqueNamesGenerator
Generates a unique word that is provided in the returned event. All arguments are optional.
Arguments
customWords An optional array of strings (or a comma separated string) to be used when generating the random word dictionaries An array of strings (or a comma separated string) representing the standard dictionaries to use. Possible dictionaries are: 'adjectives','animals','colors','names','languages','starWars'. Defaults to 'adjectives','animals','colors' length The number of words to include in the generated word. Defaults to 3 (number or string) separator The separator to use. Defaults to _